home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / uemail.arc / CC.INI next >
Text File  |  1987-01-19  |  2KB  |  48 lines

  1. /* cc.ini file for cc.prg and uemail.prg */
  2. source=e:\            /* C, lnk, and 68K files    */
  3. include=d:\stdlib.h\        /* headers    */
  4. temp=m:\            /* temporary files, o files, and final prg  */
  5. symb=c:\bin\            /* as68symb.dat    */
  6. bin=c:\bin\            /* compilers, assembler, linker, and loader */
  7. tdrive=m            /* temp drive drive designation    */
  8. home=c:\uemail\            /* where it all began    */
  9. root=c:\            /* boot directory    */
  10. assembly=d:\assembly.s\        /* assembly sources    */
  11. etc=c:\util\            /* utility programs    */
  12. comm=c:\comm\            /* communications    */
  13. shell=c:\util\pcommand.prg    /* shell program    */
  14. syslib=c:\bin\            /* library directory    */
  15. lnkfile=xemacs            /* filename of link command file    */
  16. float=                /* flag for floating point -f, -e or nil*/
  17. dolink=0            /* if 1, call linker after compiling file[s] */
  18. delete=1            /* delete I, S, 68K files? 1==YES    */
  19. /* function key bindings for uemail.ttp */
  20. F1=setmark            /* sets the mark */
  21. F2=listbuffers            /* lists current buffers */
  22. F3=filename            /* change current filename */
  23. F4=writeregion            /* write text between point and mark to file */
  24. F5=fileinsert            /* insert file at point */
  25. F6=fileread            /* read file into current buffer */
  26. F7=filevisit            /* visit (find) a file */
  27. F8=filewrite            /* write out buffer to named file */
  28. F9=filesave            /* save current buffer if changed */
  29. F10=quickexit            /* save all changed buffers and exit */
  30. /* Number pad bindings for uemail.ttp */
  31. N(=backword            /* backward word */
  32. N)=forwword            /* forward word */
  33. N/=grtw                /* globally remove trailing whitespace */
  34. N*=retversion            /* return current version to message line */ 
  35. N7=gotobol            /* goto beginning of line */
  36. N8=gotoeol            /* goto end of line */
  37. N9=unkncom            /* unknown command */
  38. N-=pageback            /* back by one text page (60 lines default) */
  39. N4=backsent            /* goto beginning of sentence */
  40. N5=forwsent            /* goto end of sentence */
  41. N6=unkncom            /* unknown */
  42. N+=pageforw            /* forward by one text page */
  43. N1=gotbop            /* goto beginning of paragraph (blank line) */
  44. N2=goteop            /* goto end of paragraph (blank line) */
  45. N3=unkncom            /* unknown */
  46. N.=forwdel            /* delete character under cursor */
  47. NENTER=indent            /* newline and indent */
  48.